CommandName{setToolBarButtonEnabled}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle toolbar, int item, bool enabled}CloseBrace{}Description{Enables or disables a toolbar item.  When a toolbar item is disabled, it appears gray and the user cannot select it.}ReturnDescription{}Param1{toolbar}Param1Desc{Handle of a toolbar gadget}Param2{item}Param2Desc{Index of the item to enable or disable, starting at 0 for the left-most item on the toolbar.}Param3{enabled}Param3Desc{1 to enable the item, 0 to disable the item}